crypto/tls.aead.Overhead (method)
6 uses
crypto/tls (current package)
cipher_suites.go#L455: func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
cipher_suites.go#L476: func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead() }
conn.go#L374: n := len(payload) - c.Overhead()
conn.go#L524: n := len(payload) + 1 + c.Overhead()
conn.go#L907: payloadBytes -= ciph.Overhead()
crypto/cipher
gcm.go#L24: Overhead() int
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |